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

7 lines
129 B
Bash
Raw Normal View History

2023-10-20 15:50:35 +02:00
#!/bin/sh
echo "applying skel..."
cp -r skel/. /
echo "ensuring /home/git/docker-shell a+x..."
chmod a+x /home/git/docker-shell