Skip to content

Commit b76419b

Browse files
authored
removed useless sleep
1 parent a55b28e commit b76419b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apache2-deployer.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ apacheprocess="www-data"
2323
if [ -z "$1" ] || [ -z "$2" ]; then
2424
echo "Info! Please, specify a username and a domain for the website"
2525
echo "Example: ./${selfname} username domain.com"
26-
sleep 1
2726
exit 1
2827
elif [ -n "$3" ]; then
2928
echo "[ERROR] Too many arguments!"

0 commit comments

Comments
 (0)