1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 14:15:14 +02:00

add init script to make files executable

This commit is contained in:
niiwiicamo 2024-10-24 00:54:58 +02:00
parent 42245eaa3e
commit 51ec671d79
3 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
oneshot

View file

@ -0,0 +1,2 @@
foreground { echo "making everything in /make-executable executable..." }
chmod +x /make-executable/* 2>/dev/null