mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
Remove custom update script. This is handled by the update script and the /usr/bin/update is created automatically by the customize function in install.func (#95)
This commit is contained in:
parent
cb8b8b51a7
commit
53fd2b6cc8
@ -79,8 +79,6 @@ done
|
|||||||
sed -i 's#PIALERT_PATH\s*=\s*'\''/home/pi/pialert'\''#PIALERT_PATH = '\''/opt/pialert'\''#' /opt/pialert/config/pialert.conf
|
sed -i 's#PIALERT_PATH\s*=\s*'\''/home/pi/pialert'\''#PIALERT_PATH = '\''/opt/pialert'\''#' /opt/pialert/config/pialert.conf
|
||||||
sed -i 's/$HOME/\/opt/g' /opt/pialert/install/pialert.cron
|
sed -i 's/$HOME/\/opt/g' /opt/pialert/install/pialert.cron
|
||||||
crontab /opt/pialert/install/pialert.cron
|
crontab /opt/pialert/install/pialert.cron
|
||||||
echo "bash -c \"\$(wget -qLO - https://github.com/leiweibau/Pi.Alert/raw/main/install/pialert_update.sh)\" -s --lxc" >/usr/bin/update
|
|
||||||
chmod +x /usr/bin/update
|
|
||||||
echo "python3 /opt/pialert/back/pialert.py 1" >/usr/bin/scan
|
echo "python3 /opt/pialert/back/pialert.py 1" >/usr/bin/scan
|
||||||
chmod +x /usr/bin/scan
|
chmod +x /usr/bin/scan
|
||||||
echo "/opt/pialert/back/pialert-cli set_permissions --lxc" >/usr/bin/permissions
|
echo "/opt/pialert/back/pialert-cli set_permissions --lxc" >/usr/bin/permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user