save point

This commit is contained in:
Paul 2023-09-19 21:25:54 -05:00
parent bacf64dc22
commit 8356cbd2fc
2 changed files with 37 additions and 1 deletions

View file

@ -50,8 +50,12 @@ function copy_config() {
echo $arcdir
mkslf=$(which makeself.sh)
echo $mkslf
$mkslf --gzip $tmpdir $arcdir/restore.run "SFX archive for backup" echo "Extraction done"
cp ./restore.bash $tmpdir
$mkslf --gzip $tmpdir $arcdir/restore.run "SFX archive for restoration" ./restore.bash
cp $arcdir/restore.run ./
chown kake26:kake26 restore.run
cprint 2 "Done!"
}
function menu_option_two() {