1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00

Compare commits

...

2 Commits

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