Skip to content
This repository has been archived by the owner on Mar 24, 2019. It is now read-only.

Commit

Permalink
fix typo: ssudo -> sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Zapałowicz committed Feb 2, 2017
1 parent a8e7cce commit 4d870e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refresh-bits
Expand Up @@ -292,7 +292,7 @@ run_commands() {
trap 'printf "\n - interrupted!\n"' INT
if [ -n "$devtools_host" ]; then
echo " Use 'sudo ./${CMD_PREFIX}snap' on another console to talk to this snapd"
( sleep 3s && run_on_target ssudo chmod 666 /run/snapd*.socket ) &
( sleep 3s && run_on_target sudo chmod 666 /run/snapd*.socket ) &
run_on_target sudo -H $devtools_systemd_activate $devtools_systemd_activate_opts -l /run/snapd.socket -l /run/snapd-snap.socket ./${CMD_PREFIX}snapd
run_on_target sudo pkill -f ${CMD_PREFIX}snapd
else
Expand Down

0 comments on commit 4d870e5

Please sign in to comment.