You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to install dazzy its show sudo dazzle setup 1/4 | Installing the Git package... -> The Git package has already been installed (version 1.9.1). 2/4 | Creating account "storage"... -> Account already exists. 3/4 | Configuring account "storage"... -> mkdir --parents /home/storage/.ssh -> touch /home/storage/.ssh/authorized_keys -> chmod 700 /home/storage/.ssh -> chmod 600 /home/storage/.ssh/authorized_keys 4/4 | Reloading the SSH config... -> /etc/init.d/ssh reload **/usr/local/bin/dazzle: line 114: /etc/init.d/ssh: No such file or directory**
show error as above there is error at Line 114
and may error bcs there is no ssh its sshd
so how can i solve it
best regards
The text was updated successfully, but these errors were encountered:
when i try to install dazzy its show
sudo dazzle setup 1/4 | Installing the Git package... -> The Git package has already been installed (version 1.9.1). 2/4 | Creating account "storage"... -> Account already exists. 3/4 | Configuring account "storage"... -> mkdir --parents /home/storage/.ssh -> touch /home/storage/.ssh/authorized_keys -> chmod 700 /home/storage/.ssh -> chmod 600 /home/storage/.ssh/authorized_keys 4/4 | Reloading the SSH config... -> /etc/init.d/ssh reload **/usr/local/bin/dazzle: line 114: /etc/init.d/ssh: No such file or directory**
show error as above there is error at Line 114
and may error bcs there is no ssh its sshd
so how can i solve it
best regards
The text was updated successfully, but these errors were encountered: