loop finished
This commit is contained in:
parent
4932d84c67
commit
7f1042927c
1 changed files with 2 additions and 3 deletions
|
|
@ -771,7 +771,7 @@ configure_restore() {
|
|||
restore_backup
|
||||
}
|
||||
|
||||
restore_backup() {
|
||||
restore_backup() { ###############################################
|
||||
echo -e "\t${LCY}###### Restore Summary ######${CRS}\n"
|
||||
echo -e " ${MGT}Destination${CRS}"
|
||||
echo -e " - Install path \t: ${CYN}$INSTALL_PATH${CRS}"
|
||||
|
|
@ -846,6 +846,7 @@ restore_backup() {
|
|||
rm -rf $APP_CONFIG_PATH
|
||||
mv $APP_CONFIG_FOLDER $HOME/.config
|
||||
fi
|
||||
done
|
||||
|
||||
elif [[ "$RESTORE_CONFIRM" == "n" || "$RESTORE_CONFIRM" == "N" ]] ; then
|
||||
echo -e "\n ${RED}Cancelled!${CRS}\n"
|
||||
|
|
@ -1223,8 +1224,6 @@ done
|
|||
## ENVIRONMENT CHECK
|
||||
dependency_check
|
||||
arch_check
|
||||
|
||||
## CHECK LOCAL INSTALL
|
||||
local_check
|
||||
|
||||
## UPDATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue