diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-29 23:38:16 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-29 23:38:16 +0100 |
commit | aa36d8d64acf8cfabe0602c2727a0ae7d8472860 (patch) | |
tree | 0bdda426b98490baba05b5c851ca2c5e429da3db /bin | |
parent | 5ae6b5f361d4ccee713e3675c0aef999912f4448 (diff) | |
download | Luxcena-Neo-aa36d8d64acf8cfabe0602c2727a0ae7d8472860.tar.gz Luxcena-Neo-aa36d8d64acf8cfabe0602c2727a0ae7d8472860.zip |
:hammer: More paths
Diffstat (limited to 'bin')
-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 |