Smaller Changes / Code cleanup

This commit is contained in:
Daniel Pätzold
2026-03-08 18:41:26 +01:00
parent 4b00be901e
commit 36e626e2a3
11 changed files with 26 additions and 130 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/bin/bash
source ./setup_system.conf
source $(dirname "$0")/setup_system.inc.sh
mv skel.tar.zst backup_skel.tar.zst
if [ $? -eq 0 ]; then
echo "Old Archive renamed to backup_skel.tar.zst"
@@ -19,4 +19,4 @@ rm backup_skel.tar.zst
echo "Old Archive deleted"
# TODO
# - up file to NC - is only possible, when setup already has the webdav-token created
#
#