replace sh to bash for ubuntu

This commit is contained in:
victor 2020-05-17 01:16:29 +04:30
parent c1e23d16bb
commit 3e9e153f63
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function run_script(){
else
error "$script_name not Found..."
fi
cd "./scripts/" && sh $script_name
cd "./scripts/" && bash $script_name
unset script_path
}