Update linupx-scripts.sh
This commit is contained in:
@@ -1298,6 +1298,10 @@ if [ ${action-x} ]; then
|
||||
docker-cleanup) DOCKER_CLEANUP;;
|
||||
syncthing-update) SYNCTHING_APT_UPDATE;;
|
||||
mailclear) POSTFIX_CLEARQUEUE;;
|
||||
temp)
|
||||
docker stop $(docker ps -a | grep 'watchtower' | awk '{print $1}')
|
||||
docker rm $(docker ps -a | grep 'watchtower' | awk '{print $1}')
|
||||
;;
|
||||
# *) echo "Thats an invaild option,";
|
||||
# exit 1;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user