k0boldz \

This commit is contained in:
2025-10-14 09:06:04 -06:00
parent d9e0606a8a
commit 8ce06c9055
+2 -3
View File
@@ -91,7 +91,7 @@ echo "Compressing up and deleting $dname to $dname.tar.gz..."
tar czf $dname.tar.gz $dname
rm -rf $dname
echo "dump_configs.sh complete" >> ./status.txt
echo "dump_configs complete" >> ./status.txt
}
reconfigure_full () {
@@ -128,8 +128,7 @@ reconfigure_full () {
# stop da services
bash $git_dir/services.sh stop
# backup conf
bash $git_dir/dump_configs.sh
dump_configs
# replace dem by truncation
echo "Placing the new config files by truncation..."