Skip to content

Commit

Permalink
snclient not running
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Knorr committed Nov 15, 2024
1 parent d540c62 commit 0aa80ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snclient/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/with-contenv bashio
config_path=$(bashio::config 'config_path')
# log_level=$(bashio::config 'log_level')

if ! [ -f $config_path ]; then
echo "There is no $config_path file! Please create one for your needs!"
Expand All @@ -11,6 +10,6 @@ echo "Found config file at $config_path . Copying it now."
cp $config_path /etc/snclient/snclient_local.ini

echo "Starting SNClient..."
exec snclient daemon
exec snclient server
echo "SNClien started"
exec tail -f /var/log/snclient/snclient.log

0 comments on commit 0aa80ae

Please sign in to comment.