Skip to content
Snippets Groups Projects
Commit de112d2a authored by staeglis's avatar staeglis
Browse files

Predefine variable exitcode

parent b471ad3d
No related branches found
Tags v1.3-3
No related merge requests found
Pipeline #4570 passed with stages
in 23 seconds
......@@ -81,6 +81,7 @@ endif
[ShellInAnIcon_config_root]
set -x
EXITCODE=0
mkdir -p /root/.ssh
if [ $? -ne 0 ]; then EXITCODE=1; fi
touch /root/.ssh/authorized_keys
......
[Package]
version: 2
version: 3
depends:
incremental: False
......@@ -49,6 +49,12 @@ values: [""]
default: [""]
[Changelog]
config-root-access (1.3-3) stable; urgency=low
Predefine variable exitcode
-- Stefan Staeglich <staeglis@informatik.uni-freiburg.de> Mi, 22 Mär 2023 09:46:23 +0000
config-root-access (1.3-2) stable; urgency=low
Fix exit code handling in ShellInAnIcon_config_root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment