neb/servers/apoc/setup.d/10-apply-skel.sh

7 lines
No EOL
129 B
Bash
Executable file

#!/bin/sh
echo "applying skel..."
cp -r skel/. /
echo "ensuring /home/git/docker-shell a+x..."
chmod a+x /home/git/docker-shell