small updates
[automated-distro-installer] / myfai-chboot
index 32addc589e4f2a2b9455ec4d48b47ff39c5dc40c..1abead8c5922a7feb7bcc1df6c1adcbf9b4e9841 100755 (executable)
@@ -17,8 +17,3 @@ cd "${BASH_SOURCE%/*}" # directory of the script
 
 host=$(chost faiserver)
 ssh root@$host bash -s "$@" <myfai-chboot-local
-if [[ $1 ]]; then
-    ./faiserver-enable
-else
-    ./faiserver-disable
-fi