rc3
This commit is contained in:
parent
db594448ea
commit
365c1c0df2
2 changed files with 3 additions and 3 deletions
|
@ -484,7 +484,7 @@ install_systemd() {
|
|||
echo "$echo_prefix_systemd Install Systemd service"
|
||||
|
||||
if [ ! -d "$systemd_path" ]; then
|
||||
sudo mkdir -p "$systemd_path"
|
||||
sudo mkdir -p "$systemd_path"
|
||||
fi
|
||||
|
||||
sudo cp -r $install_path/systemd/script/* "$systemd_path"
|
||||
|
@ -506,7 +506,7 @@ install_systemd() {
|
|||
exit 1
|
||||
fi
|
||||
|
||||
sudo systemctl start websoft9
|
||||
sudo systemctl restart websoft9
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to start Systemd service."
|
||||
exit 1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.1.17-rc2",
|
||||
"version": "2.1.17-rc3",
|
||||
"plugins": {
|
||||
"portainer": "0.1.3",
|
||||
"nginx": "0.1.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue