From 2cc037e67205de26292a3325f1782ea39dfbcb3c Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 17 Mar 2026 06:30:23 -0500 Subject: [PATCH] =?UTF-8?q?deploy=20=E2=9E=94=20restore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dots/bin/nwgp.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dots/bin/nwgp.sh b/dots/bin/nwgp.sh index 672b9c3..a45de47 100755 --- a/dots/bin/nwgp.sh +++ b/dots/bin/nwgp.sh @@ -67,9 +67,9 @@ backupDeploy() { fi - elif [[ "${operation}" == "deploy" ]]; then + elif [[ "${operation}" == "restore" ]]; then - echo "deploying config files and restarting nwg-panel..." + echo "restoring config files (copy from repo) and restarting nwg-panel..." cp -v -r ${repo_dir}/* ${nwgp_dir} pkill nwg-panel > /dev/null 2>&1 @@ -92,8 +92,8 @@ backupDeploy() { this_file_name=`basename "$0"` if [ $# -lt 1 ]; then - echo "error: operation {backup|deploy|restart} is missing." - echo "usage: '$this_file_name {backup|deploy|restart}'" + echo "error: operation {backup|restore|restart} is missing." + echo "usage: '$this_file_name {backup|restore|restart}'" exit 1 fi