Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config-root-access
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
opsi
config-root-access
Commits
de112d2a
Commit
de112d2a
authored
1 year ago
by
staeglis
Browse files
Options
Downloads
Patches
Plain Diff
Predefine variable exitcode
parent
b471ad3d
No related branches found
Branches containing commit
Tags
v1.3-3
Tags containing commit
No related merge requests found
Pipeline
#4570
passed with stages
Stage: test
Stage: build
Stage: upload
in 23 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CLIENT_DATA/setup.opsiscript
+1
-0
1 addition, 0 deletions
CLIENT_DATA/setup.opsiscript
OPSI/control
+7
-1
7 additions, 1 deletion
OPSI/control
with
8 additions
and
1 deletion
CLIENT_DATA/setup.opsiscript
+
1
−
0
View file @
de112d2a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
OPSI/control
+
7
−
1
View file @
de112d2a
[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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment