This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cron job path, improve logging & other tweaks
- Fix the cron job path to use /srv. - Install without prompt when explicitly passed 'install' command. - Improve success / error detection in the logging code, and move help messages to the end.
- Loading branch information
Showing
2 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
#!/bin/sh | ||
|
||
# Update the installation.. | ||
/usr/local/src/mediawiki-containers/install.sh | ||
|
||
# And restart the containers.. | ||
service mediawiki-containers restart | ||
/srv/mediawiki-containers/mediawiki-containers install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters