save point
This commit is contained in:
parent
bacf64dc22
commit
8356cbd2fc
2 changed files with 37 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue