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
function {
sudo chmod +x installer.sh
sudo ./installer
sudo chmod +x Installer.sh
sudo ./Installer
}
# KILL ALL
function exitmode {