Browse Source

Create a directory called 'statuses'

master
nolim1t 5 years ago
parent
commit
e05059d28d
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 5
      stage2/01-sys-tweaks/01-run.sh

5
stage2/01-sys-tweaks/01-run.sh

@ -25,6 +25,11 @@ fi
systemctl enable regenerate_ssh_host_keys systemctl enable regenerate_ssh_host_keys
EOF EOF
if [ ! -d $ROOTFS_DIR/home/statuses ]; then
echo "Making a directory called 'statuses' for storing statuses of services"
mkdir $ROOTFS_DIR/home/statuses
fi
if [ ! -z ${GITHUB_USERNAME} ]; then if [ ! -z ${GITHUB_USERNAME} ]; then
echo "Setting up authorized_keys file" echo "Setting up authorized_keys file"
mkdir -p $ROOTFS_DIR/home/$FIRST_USER_NAME mkdir -p $ROOTFS_DIR/home/$FIRST_USER_NAME

Loading…
Cancel
Save