Skip to content

Commit

Permalink
Merge pull request #137 from jmcvaughn/VT-8-consolidate-wekareset-wek…
Browse files Browse the repository at this point in the history
…awhacker

Correct deprecation notices in wekareset and wekawhacker
  • Loading branch information
vince-weka authored Apr 12, 2023
2 parents 5921859 + 737f725 commit afcd354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/wekareset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Written by: Vince Fleming, [email protected]
#

echo 'wekareset.sh is now deprecated; please see `wekacleanup --help` instead'
echo 'wekareset.sh is now deprecated; please see `wekadestroy --help` instead'
sleep 5

if [ $# -lt 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion install/wekawhacker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Written by: Vince Fleming, [email protected]
#

echo 'wekawhacker.sh is now deprecated; please see `wekacleanup --help` instead'
echo 'wekawhacker.sh is now deprecated; please see `wekadestroy --help` instead'
sleep 5

if [ $# -lt 1 ]; then
Expand Down

0 comments on commit afcd354

Please sign in to comment.