diff --git a/crontab/autoApt.job b/crontab/autoApt.job old mode 100755 new mode 100644 diff --git a/crontab/timeUpdate.job b/crontab/timeUpdate.job old mode 100755 new mode 100644 diff --git a/n9e/compose-mysql/etc-nightingale/script/notify.py b/n9e/compose-mysql/etc-nightingale/script/notify.py old mode 100755 new mode 100644 diff --git a/shell/up.bash b/shell/up.bash new file mode 100644 index 0000000..a565432 --- /dev/null +++ b/shell/up.bash @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +## RUN:: bash ./shell/up.bash + +func_up() { + chmod +x ./crontab/*.job +} + +func_up \ No newline at end of file