Added services and intergration for Intergration CT build

This commit is contained in:
2021-10-27 21:12:07 +00:00
parent 458679aad9
commit 5297707c52
2 changed files with 31 additions and 13 deletions

View File

@@ -3,4 +3,4 @@
read -p "Enter name for the new sync job: " username
adduser $username
sed -i -e 's/UserName/'$username'/' /home/$username/.offlineimaprc
echo "sudo -u $username offlineimap" >> /opt/mailsync.sh
echo "sudo -u $username python3 /opt/OfflineIMAP3/offlineimap.py" >> /opt/mailsync.sh