Update flux

This commit is contained in:
William Todt 2016-03-06 16:08:52 +04:00
parent e09a5fd8ab
commit bca29f37de
1 changed files with 2 additions and 2 deletions

4
flux
View File

@ -95,8 +95,8 @@ function err_report {
trap exitmode SIGINT SIGHUP trap exitmode SIGINT SIGHUP
function { function {
sudo chmod +x installer.sh sudo chmod +x Installer.sh
sudo ./installer sudo ./Installer
} }
# KILL ALL # KILL ALL
function exitmode { function exitmode {