Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Fix for Second Startup of Container
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Feb 20, 2019
1 parent 645b756 commit 25ddf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/etc/cont-init.d/10-freepbx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [ -f /data/etc/asterisk/.asterisk_version ]; then
exit 1
fi
else
if [ -f /data/.installed ]; then
if [ ! -f /data/.installed ]; then
echo "**"
echo "** [freepbx] ERROR - This container has been detected to have FreePBX 14 installed"
echo "** [freepbx] ERROR - You cannot perform an inplace upgrade to FreePBX 15 and Asterisk 16"
Expand Down

2 comments on commit 25ddf00

@bendhb
Copy link

@bendhb bendhb commented on 25ddf00 Feb 21, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It won't start properly at the 1st time after the modification

@tiredofit
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh dear. this is embarassing. Let me get a coffee in me and think about how to untangle this.

Please sign in to comment.