Files
Phraseanet/resources/vagrant/vms/phraseanet-php54-nginx/puphpet/shell/important-notices.sh

10 lines
270 B
Bash

#!/bin/bash
VAGRANT_CORE_FOLDER=$(cat '/.puphpet-stuff/vagrant-core-folder.txt')
if [[ ! -f '/.puphpet-stuff/displayed-important-notices' ]]; then
cat "${VAGRANT_CORE_FOLDER}/shell/important-notices.txt"
touch '/.puphpet-stuff/displayed-important-notices'
fi