diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 22:55:29 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 22:55:29 -0500 |
commit | 2a55bf499ec843f8909c431b7dfcc329586b63cf (patch) | |
tree | 14436fd1ef4c1174d88c38ab2b978c9aae5bcfe8 /init | |
parent | 438e81a4018c10c0575902603464d4620e35e0e3 (diff) | |
download | image-wine-2a55bf499ec843f8909c431b7dfcc329586b63cf.tar.gz image-wine-2a55bf499ec843f8909c431b7dfcc329586b63cf.tar.bz2 image-wine-2a55bf499ec843f8909c431b7dfcc329586b63cf.zip |
Dont exit if a upx command fails
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -x |
2 | 2 | ||
3 | rc-service networking start | 3 | rc-service networking start |
4 | 4 | ||