diff options
-rwxr-xr-x | bin/luxcena-neo-cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/luxcena-neo-cli.sh b/bin/luxcena-neo-cli.sh index d3302ed..dddf0cb 100755 --- a/bin/luxcena-neo-cli.sh +++ b/bin/luxcena-neo-cli.sh @@ -104,7 +104,7 @@ elif [ "$action" == "uninstall" ]; then fi elif [ "$action" == "conf" ]; then - nano /home/lux-neo/luxcena-neo-install/userdata/config/strip.json + nano /home/lux-neo/userdata/config/strip.json elif [ "$action" == "start" ]; then systemctl start luxcena-neo |