-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change owner when creating settings files #980
- Loading branch information
Showing
3 changed files
with
69 additions
and
6 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
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
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
b457bf9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the option to use an existing
PhonieboxInstall.conf
intended not to be backwards compatible, because older versions of the install-script don't place thePhonieboxInstall.conf
in thesettings
folder? Just stumbled across it when testing to update an existingmaster
branch install with currentdevelop
install.b457bf9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't find it now, but there was the discussion: how to make an update easier? And one thing was: not to have to specify the configuration each time you update. So the config file moved to settings. That was for the latest version on master or after master, I think.
b457bf9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried updating current master with develop and had exactly the issue that the option to use existing PhonieboxInstall.conf was not possible due to it missing in the settings folder. It was added with this commit.
Maybe also check the home directory for an existing PhonieboxInstall.conf to provide downwards compatibility?!