Update Candidate-WeKan-Snap-Manual-Upgrade.md

"sudo snap get wekan" outputs key value pairs but not sh code to set those values in snap wekan environment. 

Fixing this here
This commit is contained in:
Nas A. 2024-10-02 16:40:16 -07:00 committed by GitHub
parent 60c5c5c723
commit 15af5d2c2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ ssh wekanserver
```
#### 5. Save snap settings and set it as executeable
```
sudo snap get wekan > snap-settings.sh
sudo snap get wekan | awk '{if(NR>1) print "sudo snap set wekan " $1 "=" "\"" $2 "\""}' > snap-settings.sh
chmod +x snap-settings.sh
```
@ -273,4 +273,4 @@ If you have problems, add comment to issue https://github.com/wekan/wekan/issues
- This is discontinued, Gantt features will be later added to WeKan MIT version.
- Gantt version files are instead at `/var/snap/wekan-gantt-gpl/`
- Gantt snap name is wekan-gantt-gpl
- Gantt snap name is wekan-gantt-gpl