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

Commit

Permalink
Merge pull request #24 from bergotorino/fix/typo-ssudo
Browse files Browse the repository at this point in the history
fix typo: ssudo -> sudo
  • Loading branch information
zyga authored Feb 3, 2017
2 parents a8e7cce + 4d870e5 commit 02c3f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refresh-bits
Original file line number Diff line number Diff line change
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 02c3f00

Please sign in to comment.