You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function is called when a rollback is required. [see function](https://github.com/JMSDOnline/vstacklet/blob/main/setup/vstacklet-server-stack.sh#L3651-L3943)
1301
+
This function is called when a rollback is required. [see function](https://github.com/JMSDOnline/vstacklet/blob/main/setup/vstacklet-server-stack.sh#L3656-L3949)
1302
1302
1303
1303
*function has no options*
1304
1304
@@ -1326,7 +1326,7 @@ This function is called when a rollback is required. [see function](https://gith
1326
1326
1327
1327
### vstacklet::update::check()
1328
1328
1329
-
Checks for updates to the vStacklet script. [see function](https://github.com/JMSDOnline/vstacklet/blob/main/setup/vstacklet-server-stack.sh#L3953-L4022)
1329
+
Checks for updates to the vStacklet script. [see function](https://github.com/JMSDOnline/vstacklet/blob/main/setup/vstacklet-server-stack.sh#L3959-L4028)
# and more on a fresh Ubuntu 20.04/22.04 or Debian 11/12 server for
@@ -457,7 +457,7 @@ vstacklet::args::process() {
457
457
[[ -n${web_root}&&$(sed -e 's/[\\/]/\\/g;s/[\/\/]/\\\//g;'<<<"${web_root}")=="" ]] && vstacklet::shell::text::error "invalid web root. please provide a valid web root. (e.g. /var/www/html/vsapp)"&&exit 1
# @description: This function is called when a rollback is required. [see function](https://github.com/JMSDOnline/vstacklet/blob/main/setup/vstacklet-server-stack.sh#L3651-L3943)
3635
+
# @description: This function is called when a rollback is required. [see function](https://github.com/JMSDOnline/vstacklet/blob/main/setup/vstacklet-server-stack.sh#L3656-L3949)
3631
3636
#
3632
3637
# @example: vstacklet --rollback
3633
3638
#
@@ -3695,6 +3700,7 @@ vstacklet::rollback() {
3695
3700
vstacklet::shell::text::white " The rollback process will remove the changes made by the above command."
3696
3701
vstacklet::shell::text::white " The rollback process will remove NGINX, PHP, MariaDB, Varnish, CSF, phpMyAdmin, ionCube,
3697
3702
Domain Certificate, and the WordPress installation directory specified in the command."
3703
+
vstacklet::shell::misc::nl
3698
3704
rollback_continue
3699
3705
}
3700
3706
rollback_continue() {
@@ -3703,7 +3709,7 @@ vstacklet::rollback() {
3703
3709
vstacklet::shell::misc::nl
3704
3710
}
3705
3711
rollback_intro
3706
-
vstacklet::shell::text::white "Select a rollback file to restore the server to:"
3712
+
vstacklet::shell::text::white "Select a rollback file for the server to restore from:"
3707
3713
for((i =0; i <${#rollback_files[@]}; i++));do
3708
3714
vstacklet::shell::misc::nl
3709
3715
# @script-note: display the contents of the rollback file
@@ -3715,7 +3721,7 @@ vstacklet::rollback() {
3715
3721
done
3716
3722
vstacklet::shell::misc::nl
3717
3723
# @script-note: prompt the user to select a rollback file
3718
-
vstacklet::shell::text::yellow::sl "Select a rollback file to restore the server to: "
3724
+
vstacklet::shell::text::yellow::sl "Select a rollback file for the server to restore from: "
# @description: Checks for updates to the vStacklet script. [see function](https://github.com/JMSDOnline/vstacklet/blob/main/setup/vstacklet-server-stack.sh#L3953-L4022)
3953
+
# @description: Checks for updates to the vStacklet script. [see function](https://github.com/JMSDOnline/vstacklet/blob/main/setup/vstacklet-server-stack.sh#L3959-L4028)
0 commit comments