Browse Source

ensure all modules are executable

pull/4/head
Daniel Gibbs 2 years ago
parent
commit
23739160e3
  1. 1
      Dockerfile

1
Dockerfile

@ -107,6 +107,7 @@ RUN git clone --filter=blob:none --no-checkout --depth 1 --sparse https://github
git checkout; \
mkdir -p /home/linuxgsm/lgsm/functions; \
mv lgsm/functions/* /home/linuxgsm/lgsm/functions; \
chmod +x /home/linuxgsm/lgsm/functions/*; \
rm -rf /home/linuxgsm/LinuxGSM
# Add LinuxGSM cronjobs

Loading…
Cancel
Save