diff options
author | Kali Kaneko <kali@leap.se> | 2018-03-01 17:25:00 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-03-02 03:54:23 +0100 |
commit | fa2f259c86b7d78b65e6e48976cc7b377cd866da (patch) | |
tree | 213d6f730be96a782a3da8f0cef05843185d4424 /pkg/riseupvpn/pack_installers | |
parent | fd48ad43c727b22693f20d1659768ed5733996da (diff) |
[style] wording fixes
Diffstat (limited to 'pkg/riseupvpn/pack_installers')
-rwxr-xr-x | pkg/riseupvpn/pack_installers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/riseupvpn/pack_installers b/pkg/riseupvpn/pack_installers index 693a9543..ece1cfb9 100755 --- a/pkg/riseupvpn/pack_installers +++ b/pkg/riseupvpn/pack_installers @@ -32,4 +32,4 @@ with open('/usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy', 'w') as p install.write('subprocess.Popen(["chmod", "+x", BMROOT_DEST])\n') subprocess.Popen(["chmod", "+x", INSTALL]) -print("done packing installers") +print("done packing installers into the snap install hook...") |