File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e # bail on error
33
4- yarn lint
54
65# Build and package
76PIBOX_HOST_VERSION=v$( cat package.json | jq -r .version)
@@ -22,6 +21,9 @@ read -r buildresponse
2221echo " Would you like to publish a new release to GitHub? (y/n)"
2322read -r ghresponse
2423
24+ yarn
25+ yarn lint
26+
2527if [[ " $buildresponse " =~ ^([yY][eE][sS]| [yY])+$ ]]; then
2628 # Check for dirty files
2729 if [[ $( git status --porcelain) ]]; then
Original file line number Diff line number Diff line change 11{
22 "name" : " pibox-host" ,
3- "version" : " 1.45 .0" ,
3+ "version" : " 1.46 .0" ,
44 "private" : true ,
55 "bin" : " server.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export async function saveSambaConfig() {
5252 path = /pibox/files
5353 read only = no
5454 valid users = @${ owner }
55+ force user = root
5556\n`
5657
5758 config . shares . forEach ( ( share ) => {
You can’t perform that action at this time.
0 commit comments