Skip to content
Snippets Groups Projects
Commit 1cd4ed23 authored by Bob Mottram's avatar Bob Mottram
Browse files

Check for file

parent a9e46561
No related branches found
No related tags found
No related merge requests found
......@@ -285,8 +285,8 @@ EOF
su -c '/usr/bin/install_scuttlebutt_notification' - scuttlebot
rm /usr/bin/install_scuttlebutt_notification
if [ ! -d /etc/scuttlebot/notification ]; then
echo $'ssb-example-pm was not cloned'
if [ ! -f /etc/scuttlebot/notification/ssb-example-pm.js ]; then
echo $'ssb-example-pm.js was not cloned'
exit 246875685
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment