Glacier v3.3.0

This commit is contained in:
2023-02-01 16:16:55 -05:00
parent 9c59513859
commit 66611d0b70
6 changed files with 82 additions and 32 deletions

8
install/post-install-2-1-23.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
WORKING_DIR=$(pwd)
SRC_DIR=$(pwd)/../src
mv /etc/glacier.conf /etc/glacier.conf.old
echo "WARNING: /etc/glacier.conf saved as /etc/glacier.conf.old\n"
mv $SRC_DIR/glacier.conf /etc