Skip to content

Commit

Permalink
fix /etc /usr permissions for Scaleway, see #1438
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed Dec 2, 2018
1 parent 9ddca42 commit 703a937
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ source setup/functions.sh # load our functions
echo $PRIMARY_HOSTNAME > /etc/hostname
hostname $PRIMARY_HOSTNAME

# ### Fix permissions

# The default Ubuntu Bionic image on Scaleway throws warnings during setup about incorrect
# permissions (group writeable) set on the following directories.

chmod g-w /etc /etc/default /usr

# ### Add swap space to the system

# If the physical memory of the system is below 2GB it is wise to create a
Expand Down

0 comments on commit 703a937

Please sign in to comment.