We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7d883 commit 2dd326fCopy full SHA for 2dd326f
cyberpanel_utility.sh
@@ -50,10 +50,10 @@ if [[ $TMP_YN == "1" ]] ; then
50
wget -O /etc/cyberpanel/watchdog.sh https://$GIT_CONTENT_URL/$BRANCH_NAME/CPScripts/watchdog.sh
51
chmod 700 /etc/cyberpanel/watchdog.sh
52
ln -s /etc/cyberpanel/watchdog.sh /usr/local/bin/watchdog
53
- echo -e "\nWatchDos has been installed..."
+ echo -e "\nWatchDog has been installed..."
54
set_watchdog
55
else
56
- echo -e "\nWatchDos is already installed..."
+ echo -e "\nWatchDog is already installed..."
57
58
fi
59
elif [[ $TMP_YN == "2" ]] ; then
0 commit comments