fixed extras launch
This commit is contained in:
parent
36aa5016a9
commit
7692fb0182
1 changed files with 4 additions and 2 deletions
|
|
@ -295,9 +295,11 @@ install-extras(){
|
||||||
# If the selected user is set to true
|
# If the selected user is set to true
|
||||||
if [[ "${result[idx]}" == "true" ]] ; then
|
if [[ "${result[idx]}" == "true" ]] ; then
|
||||||
if [[ $dry_run != true ]] ; then
|
if [[ $dry_run != true ]] ; then
|
||||||
bash "$extra -i"
|
run "${escape_dir}/extras/$extra -i"
|
||||||
else
|
else
|
||||||
bash "$extra -D"
|
dry_run=false
|
||||||
|
run "${escape_dir}/extras/$extra -D"
|
||||||
|
dry_run=true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue