1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00

Compare commits

...

2 Commits

@ -3,7 +3,7 @@
# initialize server profile # initialize server profile
# #
if [ -f /etc/tinc/${NETNAME}/hosts/server ] if [ -f /etc/tinc/${NETNAME}/rsa_key.priv ]
then then
echo 'Initialized!' echo 'Initialized!'
exit 0 exit 0