Skip to content

Commit

Permalink
Merge pull request #3 from techdabbler/minio-add
Browse files Browse the repository at this point in the history
Update Minio
  • Loading branch information
cedartinkerer authored Oct 6, 2017
2 parents 5d7e223 + 8623e74 commit 2b73e76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions dietpi/dietpi-services
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
'home-assistant'
'openbazaar'
'dietpi-wifi-monitor'
'minio'
)

# - User: read custom services file
Expand Down
9 changes: 0 additions & 9 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -11583,11 +11583,6 @@ _EOF_
# Enable startup on boot by default
systemctl enable minio.service

# Add to DietPi-Services
cat << _EOF_ >> /DietPi/dietpi/.dietpi-services_include
minio
_EOF_

fi

#Allo Config
Expand Down Expand Up @@ -12600,10 +12595,6 @@ _EOF_
# Remove userdel
userdel -r -f minio-user

# Remove from DietPi-Services
grep -v "minio" /DietPi/dietpi/.dietpi-services_include > /DietPi/dietpi/.dietpi-services_include.temp
mv /DietPi/dietpi/.dietpi-services_include.temp /DietPi/dietpi/.dietpi-services_include

elif (( $1 == 159 || $1 == 160 )); then

rm -R /var/www/allo
Expand Down

0 comments on commit 2b73e76

Please sign in to comment.