Update linupx-scripts.sh

This commit is contained in:
2019-01-28 11:50:38 -06:00
parent 6e6e26c313
commit 74eb908e57

View File

@@ -12,7 +12,7 @@ fi
if [ ! -d "/opt/idssys/LinUPx" ]; then
mv /opt/LinUPx /opt/idssys/
rm -Rf /opt/idssys/LinUPx
rm -f /usr/local/bin/runup
ln -s /opt/idssys/LinUPx/run.sh /usr/local/bin/runup
echo "Program has bveen updated, please re-run"
exit 0