mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
fixed app service enable in RNV NAS
This commit is contained in:
parent
b52e1bb787
commit
166360ecce
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ fi
|
||||||
chmod 755 /etc/mesh.conf
|
chmod 755 /etc/mesh.conf
|
||||||
if command -v systemctl >/dev/null; then
|
if command -v systemctl >/dev/null; then
|
||||||
systemctl daemon-reload || echo -n "daemon not reloaded!"
|
systemctl daemon-reload || echo -n "daemon not reloaded!"
|
||||||
systemctl enable mesh || echo -n "systemctl enable failed!"
|
systemctl enable fvapp-mesh || echo -n "systemctl enable failed!"
|
||||||
systemctl restart mesh || echo -n "systemctl restart failed!"
|
systemctl restart fvapp-mesh || echo -n "systemctl restart failed!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue